Q How to display Unicode strings
A
If the program defines _ Unicode macro, directly use
Wchar * STR = l "unicodestring ";
Textout (0, 0, STR );
Otherwise, the conversion type is required.
# Include
Wchar * STR = l "unicodestring ";
Bstr_t str1 =
What is ANSI and what is Unicode? In fact, this is the two different coding standards, ANSI characters in 8bit, and Unicode characters in 16bit. (for characters that say ANSI holds English characters in single-byte, double-byte for Chinese, and
Reading ANSI, Unicode, Unicode big endian, and UTF-8 text files by row in vc ansi Environment
1. Question proposal
The file class cstdiofile provided by MFC. One of the functions readstring implements row-based reading of files, but it cannot meet
NSI, UTF-8, Unicode, three encoded formats for character codes, one character can be encoded into ANSI, UTF-8, or Unicode format, and the three formats are only different in expression and represent the same content.
ANSI, UTF-8, Unicode
ANSI, UTF-
Q How to display Unicode strings
A
If the program defines _ Unicode macro, directly use
Wchar * STR = l "unicodestring ";
Textout (0, 0, STR );
Otherwise, the conversion type is required.
# Include
Wchar * STR = l "unicodestring ";
Bstr_t str1 =
Summary of Unicode, ANSI character set, and related string operations Q How to display Unicode stringsAIf the program defines _ Unicode macro, directly useWchar * STR = l "unicodestring ";Textout (0, 0, STR );Otherwise, the conversion type is
q Unicode string display A If the Program defines the _ Unicode macro, use it directly BR> wchar * STR = l "unicodestring "; textout (, STR); otherwise, the conversion type # include
wchar * STR = l "unicodestring";
bstr_t str1
Ansi. SYS is a very useful device driver in MS-DOS, and we can use it to achieve unexpected results. So, how does it work? Let me introduce you to the following.
Note: In this section, uppercase letters in the syntax and ANSI escape sequences must
I.ANSIAnd Unicode
ANSICharacters andUnicodeCharacterThe ANSI character type is Char, pointing to the string pointer pstr (lpstr), pointing to a constant string pointer pcstr (lpcstr ); the corresponding windows-defined UNICODE character type is
ANSI. SYS is a very useful device driver in the MS-DOS, which we can achieve unexpected display. So how should we use it? The following is an introduction.
Note: In this section, uppercase letters in the syntax and ANSI escape sequence must be
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.